home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000109_news@newsmaster….columbia.edu _Tue Jan 20 20:11:33 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id UAA10884
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 20 Jan 1998 20:11:33 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id UAA14602
  7.     for kermit.misc@watsun; Tue, 20 Jan 1998 20:11:26 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: login
  12. Date: 21 Jan 1998 01:11:18 GMT
  13. Organization: Columbia University
  14. Lines: 26
  15. Message-ID: <6a3hvm$746$1@apakabar.cc.columbia.edu>
  16. References: <6a3dp7$g8t$1@news-2.csn.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8285
  19.  
  20. In article <6a3dp7$g8t$1@news-2.csn.net>, Zen <zen@kne.com> wrote:
  21. : I am trying to login into a QNX box from an HP Unix box and I can not get
  22. : Kermit to send the login or password.  I have tried to use the SCRIPT
  23. : command and the OUTPUT command both of which didn't work.  Here is my
  24. : .mykemrc file that runs when I start Kermit.
  25. : set terminal bytesize 8
  26. : set modem hayes
  27. : set line /dev/tty0p7
  28. : set speed 9600
  29. : dial #####
  30. : connect
  31. : output"login used"\13 or script "login used"
  32. : After I get this to work I have to receive a file that will be transfered
  33. : from the host automatically with Kermit.
  34. : If anyone can help me do these two things I would appreciate greatly.
  35. (a) omit the CONNECT command.
  36.  
  37. (b) read the manual:
  38.  
  39.     http://www.columbia.edu/kermit/ck60manual.html
  40.  
  41. - Frank